翻訳と辞書
Words near each other
・ Dodcott cum Wilkesley
・ Dodd
・ Dodd & Baldwin
・ Dodd (Lake District)
・ Dodd (surname)
・ Dodd Army Airfield
・ Dodd City High School
・ Dodd City Independent School District
・ Dodd City, Texas
・ Dodd College
・ Dodd Fell Hill
・ Document Style Semantics and Specification Language
・ Document theft
・ Document type declaration
・ Document type definition
Document Update Markup Language
・ Document warehouse
・ Document Z-3
・ Document! X
・ Document-based question
・ Document-centric collaboration
・ Document-oriented database
・ Document-term matrix
・ Document.no
・ Documenta
・ DOCUMENTA (13)
・ Documenta - Centre for Dealing with the Past
・ Documenta 12 magazines
・ Documentalist
・ Documentality


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Document Update Markup Language : ウィキペディア英語版
Document Update Markup Language

Document Update Markup Language (DUML) is an XML specification created by Brian Kardell to enable server-side logic DOM manipulation outside the context of conventional JavaScript functions.
DUML supports a simpler approach to AJAX. With most current approaches, DOM manipulation is accomplished through arbitrarily complex client-side JavaScript. With the DUML approach, the browser makes a standard AJAX call to the server. Then DOM manipulation instructions (such as appending nodes, replacing nodes, etc.) are generated server-side as a DUML document, delivered to the browser, and finally interpreted by a simple DUML interpreter running on the web page.
The net effect is to move complex DOM manipulation logic out of the web page (and out of any associated JavaScript files) and onto the server. This may be desirable in cases where a development team wishes to put this sort of logic in the hands of the software developers rather than having the web designers handle this.
DUML itself is very simple, supporting a set of nine manipulations: appendChild, insertBefore, insertAfter, replace, remove. replaceContent, set-attribute, executeScript and queueScript. Since instructions map more or less directly to universally supported methods, the interpreter is correspondingly simple.
The DUML specification itself is generic and not tied directly to HTML based applications and therefore can be used with any XML/DOM based user interface language as long as the client supports a language in which an interpreter can be implemented.
==History==
The name "DUML" originated with Kardell's son, who remarked that writing DOM manipulation code using complicated client-side JavaScript was "dumb".

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Document Update Markup Language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.